home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 278_03 / history.doc < prev    next >
Text File  |  1990-02-13  |  15KB  |  287 lines

  1.  
  2.                            ------------------------
  3.                              CXL Revision History
  4.                            ------------------------
  5.  
  6.  
  7. Version 5.1 - September 1, 1989
  8.  
  9.     o   Extended keyboard support for data entry functions.  Allows you
  10.         to extend and/or remap the keyboard during processing of data entry
  11.         forms.
  12.  
  13.     o   Extended the help system.  You can now specify help window size and
  14.         placement.  The "*P" and "*E" markers in help files can now be
  15.         trailed by whitespace and/or other ASCII characters. You can now
  16.         move between help cross-reference items by pressing the first
  17.         character of the help category you want to move to.  You can now
  18.         push an empty help category (0) onto the help category stack.
  19.  
  20.     o   Improved mouse support in arrow-key emulation mode.
  21.  
  22.     o   Complete CGA snow elimination (rather than just snow reduction) and
  23.         increased CGA display output speed.
  24.  
  25.     o   Improved menuing system.  The menuing functions now handle menus
  26.         with two or more menu items having the same selection character
  27.         better.  You can now close a menu's window before calling an item's
  28.         selection function (not just after).  The taginit value given in the
  29.         wmenuend() function MUST now match a tagid of one of that menu's
  30.         items.  When menu item text descriptions are displayed, they
  31.         automatically clear to the end-of-line (so you don't need to pad
  32.         text desriptions with spaces).  Added a few functions to make
  33.         accessing CXL's menu data structures easier.
  34.  
  35.     o   Improved data entry.  Data entry fields are now processed in their
  36.         definition order rather than automatically left-to-right.  The Up
  37.         and Down arrow keys are now "smarter".
  38.  
  39.     o   Enhanced list picking functions.  By popular demand, the wpickstr()
  40.         and wselstr() functions have had an additional parameter, initelem,
  41.         added to allow specifying the initial position of the selection bar.
  42.         The wpickfile() function now displays subdirectories even when they
  43.         don't match the input filespec.
  44.  
  45.     o   Enhanced the menuing and list picking functions for better operation
  46.         under DESQview.
  47.  
  48.     o   The string trimming functions, strltrim() and strtrim() now trim
  49.         whitespace as well as normal spaces.
  50.  
  51.     o   The wprints() function no longer supports word-wrap.  Use wputs(),
  52.         wprintf(), or another TTY-style window output function instead.
  53.  
  54.     o   The getchf() and wgetchf() functions now disregard the case of
  55.         input letters.  This means instead of having to use "YyNn" for the
  56.         valid choice string, you can use just "YN".
  57.  
  58.     o   Several bug/anomaly fixes.  These include:
  59.         -   In the MSC version, when specifying a drive in the input
  60.             filespec to wpickfile(), it would use that drive letter - 1.
  61.             Thanks to Larry Wasserman.
  62.         -   In the ZTC version, the striinc() and strmatch() functions
  63.             referenced a strnicmp() function, which is not in the standard
  64.             ZTC library and would cause an unresolved reference linker
  65.             error.  This in-turn affected stridel(), strisocc(), and
  66.             strisrep().  Thanks to Larry Marshall.
  67.         -   The strtrim() function could still trim past the start of the
  68.             string if the string was all spaces.  Thanks to Mike Davenport.
  69.         -   The hidecur() function didn't hide the cursor with certain EGA
  70.             video adapters.  Thanks to Ted Roberts.
  71.         -   In winpread(), a mode 2 field wouldn't work as expected if the
  72.             previous field was completely filled.  Thanks to Mike Davenport.
  73.         -   The wmessage() function didn't accurately perform bounds
  74.             checking to make sure that the message would fit in the window.
  75.         -   The wwprints() function didn't translate monochrome attributes
  76.             properly.  Thanks to Bruce Rosner.
  77.         -   The whline() and wvline() functions didn't properly handle count
  78.             values of 0 or 1 properly.  Thanks to Glenn McDonald.
  79.         -   The wpickfile() function could stay in the wrong directory if it
  80.             aborted with a W_NOMATCH error.  Thanks to Joe McLain.
  81.         -   The wpickfile() function could possibly malfunction if used with
  82.             directories that had an extension.  Thanks to Rik Faith.
  83.         -   The _vinfo.dvexist variable was being set to 1 whether or not
  84.             DESQview was actually loaded.  Thanks to Eric Cockrell.
  85.         -   The wmenuicurr() macro-function would not return the correct
  86.             menu item record during the menu item's "before" function.
  87.             Thanks to Tim Ottinger.
  88.         -   The multi-field data entry functions would display the last
  89.             field in the wrong color if its validation function returned
  90.             error. Thanks to Eric Irwin.
  91.         -   Pulldown menu bars could not have 2 submenu-less items in a row.
  92.             Thanks to Daniel Miller.
  93.         -   The 'F' and 'W' format control characters should have allowed a
  94.             colon ':', but didn't.
  95.         -   The cvtfc() function was rounding fractional portion where it
  96.             should have been truncating.
  97.  
  98.     o   Added several new functions.  See CXL.DOC for descriptions.
  99.             cgardbyte()     cgardword()     cgareadn()      cgawrbyte()
  100.             cgawriten()     cgawrstr()      cgawrword()     chgonkey()
  101.             freonkey()      setvparam()     strbtrim()      strdela()
  102.             stridela()      strischg()      strschg()       vidmode()
  103.             wbprintc()      wdrag()         wgetyn()        whelppcat()
  104.             whelpundef()    whelpwin()      winpkey()       wmenuidsab()
  105.             wmenuienab()    wmenuinext()    wslide()        wunlink()
  106.  
  107.     o   The CXL library is no longer available for Power C.  Power C's lack
  108.         of conformance to the Microsoft .OBJ format has become too difficult
  109.         to support.  CXL version 5.0 will still be shipped to those
  110.         requesting a Power C version.
  111.  
  112.  
  113. Version 5.0 - March 27, 1989
  114.  
  115.     o   Complete context-sensitive help system.  Help information can
  116.         contain multiple pages of help text per category and can be
  117.         cross-referenced for flexibility and indexed for speed.
  118.  
  119.     o   Shadowed windows.  Windows can now have shadows.  These shadows can
  120.         be translucent so that they show the characters underneath.
  121.  
  122.     o   The menuing functions have been significantly enhanced.  Individual
  123.         menu items can have sub-menus and/or functions tied into them.
  124.         Pull-down and other multi-level menus are much easier to create.
  125.         Individual menu selections can also be defined as nonselectable.
  126.         Menu items can also have global hot keys.  Menu items can have
  127.         "before" and "after" functions.  Mouse support in menus has been
  128.         expanded.
  129.  
  130.     o   The multi-field input functions have been significantly enhanced.
  131.         They now properly support numeric data entry.  Also, the behavior of
  132.         several of the editing keys has been enhanced.  A conditional update
  133.         mode has been added.  Input fields can have "before" and "after"
  134.         functions.  True Insert mode has been added.
  135.  
  136.     o   Scrolling bar string picker allows you to create variable-sized
  137.         "menus" of strings to pick from.  Features mouse support including
  138.         scroll bars.
  139.  
  140.     o   File picker with same features as string picker.  Allows movement
  141.         between directories.  Similar to the file pickers included in the
  142.         Turbo C and QuickC environments.
  143.  
  144.     o   The window TTY output string functions, such as wputs() and
  145.         wprintf(), are now able to change colors, set cursor coordinates,
  146.         and erase part or all of the window, using CXL's new window Escape
  147.         sequences.  These are similar to ANSI Escape sequences, but are much
  148.         faster.
  149.  
  150.     o   You are now able to write to blocked and hidden windows.
  151.  
  152.     o   Automatic monoc